[LINUX] Move xenbus backend probing into a separate source file and
authorIan Campbell <ian.campbell@xensource.com>
Wed, 25 Oct 2006 12:58:30 +0000 (13:58 +0100)
committerIan Campbell <ian.campbell@xensource.com>
Wed, 25 Oct 2006 12:58:30 +0000 (13:58 +0100)
commita7b5ded0d9b87a8f5cdfec0af4c55c2f68e195a4
tree17bea6a8c558ac64ab3074f4efe4e207384421e6
parent16d6a52754732197f475c6a70ff9ec171f154972
[LINUX] Move xenbus backend probing into a separate source file and
only build it when CONFIG_XEN_BACKEND is set.

This removes unused code from frontend only configurations and also
makes PV-on-HVM drivers on older kernels simpler by removing code
which would otherwise require extra code in the compatability shim.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.h [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe_backend.c [new file with mode: 0644]